If running on a developer system, we don't want to interact with
"larger" components like gnome-online-accounts.
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
# Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail
- env -u LD_PRELOAD \
+ env \
+ -u LD_PRELOAD \
+ GIO_MODULE_DIR=/nonexistent \
+ GIO_USE_VFS=local \
+ GIO_USE_VOLUME_MONITOR=unix \
dbus-run-session -- \
xvfb-run -a -s "-screen 0 1024x768x24" \
debian/tests/run-with-locales \